home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / pg1415.dxr / 01415 Scripts Int_163.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  166 b   |  9 lines

  1. on exitFrame
  2.   UtilUpdateFrame()
  3.   if the movieTime of sprite 1 >= (2508 + 33) then
  4.     UtilGoToFrame(the frame + 1)
  5.   else
  6.     UtilGoToFrame(the frame)
  7.   end if
  8. end
  9.